home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-01-24 | 1.8 KB | 69 lines |
- # Project: HyperMail
-
-
- # Toolflags:
- CCflags = -c -depend !Depend -IC: -throwback
- C++flags = -c -depend !Depend -IC: -throwback
- Linkflags = -aif -c++ -o $@
- ObjAsmflags = -throwback -NoCache -depend !Depend
- CMHGflags =
- LibFileflags = -c -o $@
- Squeezeflags = -o $@
-
-
- # Final targets:
- @.HyperMail: @.o.date @.o.file @.o.hypermail @.o.mem @.o.parse @.o.print \
- @.o.string @.o.struct @.^.^.^.Languages.AcornC_C++.Libraries.clib.o.Stubs \
- @.^.^.^.Languages.AcornC_C++.Libraries.OSLib.o.OSLib C:Utils.o
- link $(linkflags) @.o.date @.o.file @.o.hypermail @.o.mem @.o.parse \
- @.o.print @.o.string @.o.struct @.^.^.^.Languages.AcornC_C++.Libraries.clib.o.Stubs \
- @.^.^.^.Languages.AcornC_C++.Libraries.OSLib.o.OSLib C:Utils.o
-
-
- # User-editable dependencies:
-
-
- # Static dependencies:
- @.o.date: @.c.date
- cc $(ccflags) -o @.o.date @.c.date
- @.o.file: @.c.file
- cc $(ccflags) -o @.o.file @.c.file
- @.o.hypermail: @.c.hypermail
- cc $(ccflags) -o @.o.hypermail @.c.hypermail
- @.o.mem: @.c.mem
- cc $(ccflags) -o @.o.mem @.c.mem
- @.o.parse: @.c.parse
- cc $(ccflags) -o @.o.parse @.c.parse
- @.o.print: @.c.print
- cc $(ccflags) -o @.o.print @.c.print
- @.o.string: @.c.string
- cc $(ccflags) -o @.o.string @.c.string
- @.o.struct: @.c.struct
- cc $(ccflags) -o @.o.struct @.c.struct
-
-
- # Dynamic dependencies:
- o.hypermail: c.hypermail
- o.hypermail: h.hypermail
- o.hypermail: h.config
- o.parse: c.parse
- o.parse: h.hypermail
- o.parse: h.config
- o.parse: h.parse
- o.file: c.file
- o.file: h.hypermail
- o.file: h.config
- o.file: h.file
- o.file: OS:h.osfile
- o.file: OS:h.types
- o.file: OS:h.os
- o.file: OS:h.fileswitch
- o.print: c.print
- o.print: h.hypermail
- o.print: h.config
- o.print: h.print
- o.print: OS:h.osfile
- o.print: OS:h.types
- o.print: OS:h.os
- o.print: OS:h.fileswitch
-